Miner.Geodatabase.FeederManager Namespace > IEventSignup<TEventSource> Interface : SignUpForEvents Method |
'Declaration
Function SignUpForEvents( _ ByVal src As TEventSource _ ) As System.Boolean
'Usage
Dim instance As IEventSignup(Of TEventSource) Dim src As TEventSource Dim value As System.Boolean value = instance.SignUpForEvents(src)
System.bool SignUpForEvents( TEventSource src )
function SignUpForEvents( src: TEventSource ): System.Boolean;
function SignUpForEvents( src : TEventSource ) : System.boolean;
System.bool SignUpForEvents( TEventSource* src )
System.bool SignUpForEvents( TEventSource^ src )
true
if the event consumer would like to receive event notifications for the given source.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2